:root {
    --knrf-font: 'Outfit', sans-serif;
    /* --knrf-font-2: 'Amita', cursive; */
    --knrf-reey-font: 'reeyregular';
    --knrf-gray: #131216;
    --knrf-gray-rgb: 19, 18, 22;
    --knrf-base: #35aea4;
    --knrf-base-rgb: 62, 143, 117;
    --knrf-black: #141212;
    --knrf-black-rgb: 20, 18, 18;
    --knrf-primary: #f1b037;
    --knrf-primary-rgb: 255, 255, 50;
}


.sidebar__donation-box .text-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: 85px;
    background: none !important;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 13px;
}

.sidebar__donation-two-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: none;
    background-blend-mode: overlay;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.blog-list__single-content-bottom h2 a {
    color: #35aea4 !important;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-list__single-content .white-bg {
    position: absolute;
    top: -50px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    content: "";
    z-index: -1;
    border: 2px solid grey !important;
}

.sidebar__donation-two-box {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    padding: 140px 0px 20px !important;
    z-index: 1;
}